ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPBag<T> Class / ImGearXMPBag<T> Constructor / ImGearXMPBag<T> Constructor()




In This Topic
ImGearXMPBag<T> Constructor()
In This Topic
Initializes a new instance of the ImGearXMPBag<T> class.
Syntax
'Declaration
 
Public Function New()
 
'Usage
 
Dim instance As New ImGearXMPBag(Of T)()

Return Value

New instance of ImGearXMPBag<T> generic class object.
Remarks
This constructor creates an empty instance of ImGearXMPBag<T> generic class.
See Also